home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / card_11170.txt < prev    next >
Text File  |  1988-09-16  |  2KB  |  67 lines

  1. -- card: 11170 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2499
  5. -- name: Registers 2
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Registers" into field "Title"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 8003
  16. -- rect: left=25 top=321 right=339 bottom=91
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Previous
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to previous card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 8003
  35. -- rect: left=439 top=321 right=339 bottom=487
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Next
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   go to next card
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part contents for background part 1
  52. ----- text -----
  53. Using the memory registers:
  54.  
  55. Clicking in the small round button at the upper right of the calculator makes the four memory registers visible to the right of the working registers.  Clicking in a memory register will hide that memory and all above it.
  56.  
  57. Click on [Sto] and then a number key from 1 to 4 to put x into the memory corresponding to the number clicked.  The [Rcl] key, followed by a number key, puts the memory corresponding to the number into register x, lifting the stack if called for.
  58.  
  59. The [Sto+], followed by a number key, key adds x to the memory value. 
  60.  
  61. The [ClM] key (don't follow with a number) clears ALL memory registers.
  62.  
  63.  
  64.  
  65. -- part contents for background part 6
  66. ----- text -----
  67. Registers